home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
tcl
/
tclmotif.1
/
tclmotif
/
tm.1.2
/
doc
/
examples
/
scale.tcl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-24
|
237 b
|
15 lines
#! moat
xtAppInitialize
xmBulletinBoard .top managed
xmScale .top.scale managed \
-orientation horizontal -width 250 \
-showValue true -decimalPoints 1 \
-scaleMultiple 20
.top.scale setValues -value 31
. realizeWidget
. mainLoop